home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / pgv6.0.16.exe / [0] / preproc.bat < prev    next >
DOS Batch File  |  2013-01-18  |  208b  |  7 lines

  1. REM If this batch file exists in a GetAscii folder, it will be run against
  2. REM every message that GetAscii processes
  3. REM
  4. REM This example passes file to csvsub.exe for processing 
  5. REM
  6. %~p0csvsub.exe %1
  7.